home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 115
- Width = 445
- Height = 388
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- OnCreate = FormCreate
- TextHeight = 20
- object ListBox1: TListBox
- Left = 48
- Top = 40
- Width = 201
- Height = 281
- ItemHeight = 20
- TabOrder = 0
- end
- object Button1: TButton
- Left = 272
- Top = 40
- Width = 105
- Height = 41
- Caption = '&Next Item'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-